Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Oct 2014 20:12:33 +0000 (16:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Oct 2014 20:12:33 +0000 (16:12 -0400)
Some forgotten include path adjustments.

gtk/gtkcsscustomproperty.c
gtk/gtkcssshorthandpropertyimpl.c
gtk/gtkcssstyleproperty.c

index a8be0885353984a1ee1f50ed29528fabbb370790..31cfefd0f7c09e912eb6f96feb863f2a05e01ad8 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "gtkcssstylefuncsprivate.h"
 #include "gtkcsstypedvalueprivate.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 
 #include "deprecated/gtkthemingengine.h"
 
index bc828ead0f8106c536546c9101c2c3311affca4f..9bc780dc6eac8884a2e25645a8a15ab42fa5e1c6 100644 (file)
@@ -39,7 +39,7 @@
 #include "gtkcssstringvalueprivate.h"
 #include "gtkcssstylefuncsprivate.h"
 #include "gtkcssvalueprivate.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 #include "gtktypebuiltins.h"
 
 /* this is in case round() is not provided by the compiler, 
index 5053892430424901c32b0a1fa4bbe474eaff1198..0ba6567ca515d38628c67744578ab9a6f9f90b80 100644 (file)
@@ -29,7 +29,7 @@
 #include "gtkcssunsetvalueprivate.h"
 #include "gtkintl.h"
 #include "gtkprivatetypebuiltins.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 
 /* this is in case round() is not provided by the compiler, 
  * such as in the case of C89 compilers, like MSVC